home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2005 November / Game.EXE_11_2005_DVD.iso / Flash Games / Robo Farmer / robofarmer.swf / scripts / frame_7 / DoAction.as
Encoding:
Text File  |  2005-09-23  |  347 b   |  11 lines

  1. sndwindowbreak = new Sound();
  2. sndwindowbreak.attachSound("Snd Window Break");
  3. sndblip = new Sound();
  4. sndblip.attachSound("Snd Click 04");
  5. sndgorebastard_sdmr = new Sound();
  6. sndgorebastard_sdmr.attachSound("Snd Gorebastard_SDMR");
  7. stopAllSounds();
  8. _root.sndgorebastard_sdmr.start(0,1000);
  9. _root.sndgorebastard_sdmr.setVolume(50);
  10. play();
  11.